type github.com/cenkalti/backoff/v4.defaultTimer
7 uses
github.com/cenkalti/backoff/v4 (current package)
retry.go#L77: t = &defaultTimer{}
ticker.go#L30: return NewTickerWithTimer(b, &defaultTimer{})
ticker.go#L37: timer = &defaultTimer{}
timer.go#L12: type defaultTimer struct {
timer.go#L17: func (t *defaultTimer) C() <-chan time.Time {
timer.go#L22: func (t *defaultTimer) Start(duration time.Duration) {
timer.go#L31: func (t *defaultTimer) Stop() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |